ARM: dt: zynq: Add labels to cpu nodes to allow overriding OPPs.
authorMoritz Fischer <[email protected]>
Mon, 12 Dec 2016 16:48:50 +0000 (08:48 -0800)
committerMichal Simek <[email protected]>
Tue, 20 Dec 2016 08:15:27 +0000 (09:15 +0100)
By adding labels to the cpu nodes in the dtsi, a dts that
includes it can change the OPPs by referencing the cpu0
through the label.

[Based on linux (400b6a0cbef55d1ae32808eaa1ef1c28820bf6ac)]
Signed-off-by: Moritz Fischer <[email protected]>
Cc: Michal Simek <[email protected]>
Cc: [email protected]
Signed-off-by: Michal Simek <[email protected]>
arch/arm/dts/zynq-7000.dtsi

index 6df0329cfc902f55eded63968d00c3299707db2c..668f54ec219da3b94204b6d3aa96372c965c01db 100644 (file)
@@ -16,7 +16,7 @@
                #address-cells = <1>;
                #size-cells = <0>;
 
-               cpu@0 {
+               cpu0: cpu@0 {
                        compatible = "arm,cortex-a9";
                        device_type = "cpu";
                        reg = <0>;
@@ -30,7 +30,7 @@
                        >;
                };
 
-               cpu@1 {
+               cpu1: cpu@1 {
                        compatible = "arm,cortex-a9";
                        device_type = "cpu";
                        reg = <1>;